home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
272_01
/
cant.doc
< prev
next >
Wrap
Text File
|
1987-07-08
|
552b
|
39 lines
NAME
cant -- report inability to open a file and exit
SYNOPSIS
void cant(name);
char *name;
DESCRIPTION
This function is used to report a failure to open a file of
"name", and then abort the program through the aabort() function
of this library.
EXAMPLE
cant("foo.bar");
cant(argv[1]);
This function is found in SMDLx.LIB for the Datalight Compiler.